runtime.special.offset (field)
15 uses
runtime (current package)
heapdump.go#L462: p := unsafe.Pointer(s.base() + uintptr(spf.special.offset))
heapdump.go#L661: p := s.base() + uintptr(spp.special.offset)
mgcmark.go#L389: p := s.base() + uintptr(spf.special.offset)/s.elemsize*s.elemsize
mgcsweep.go#L550: objIndex := uintptr(siter.s.offset) / size
mgcsweep.go#L558: for tmp := siter.s; tmp != nil && uintptr(tmp.offset) < endOffset; tmp = tmp.next {
mgcsweep.go#L570: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L574: p := s.base() + uintptr(special.offset)
mgcsweep.go#L586: for siter.valid() && uintptr(siter.s.offset) < endOffset {
mgcsweep.go#L590: p := s.base() + uintptr(special.offset)
mheap.go#L1832: offset uint16 // span offset of object
mheap.go#L1879: s.offset = uint16(offset)
mheap.go#L1936: if offset == uintptr(s.offset) && kind == s.kind {
mheap.go#L1940: if offset < uintptr(s.offset) || (offset == uintptr(s.offset) && kind < s.kind) {
pinner.go#L334: rec.special.offset = uint16(offset)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |